* tutorial.el: Remove `cl' requirement. Clean up whitespace.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 21 Dec 2006 17:25:34 +0000 (17:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 21 Dec 2006 17:25:34 +0000 (17:25 +0000)
commit1564fb6eedccdf26c755adb44718bb93feb7b6e9
tree3e701aed515cef8981b92de9221c60607a72df5f
parente108e1dc38c768dc02ce8b16428e00404fb84b20
* tutorial.el: Remove `cl' requirement.  Clean up whitespace.
Replace '?\ ' by '?\s' throughout.
(tutorial-warning-face): Inherit font-lock-warning-face.  Move to
`help' custom group.
(tutorial--key-description): New function.
(tutorial--display-changes): Remove redundant arg.  Scan for all
key sequences to avoid false matches.  Cleanup.
(tutorial--saved-dir): Save to a subdirectory in .emacs.d to
reduce homedir pollution.
(help-with-tutorial): Call tutorial--display-changes with no arg.
lisp/ChangeLog